CollectionView::SetCollection

Section: ET++ method description (n)
Updated: automatically Mon Apr 8 20:18:15 1991
Index Return to Main Contents
 

NAME

CollectionView::SetCollection - instance method  

TEMPLATE

void SetCollection(Collection * newColl, bool freeOld = TRUE)  

SPECIFIERS

public  

DESCRIPTION

SetCollection sets newColl as new item collection. It registers itself as an observer of the newColl, checks whether all objects in the newColl are instances of the class VObject and recalculates the layout.  

ARGUMENTS

Collection * newColl

replaces the
instvar coll
bool freeOld = TRUE

indicates whether to delete the old collection and all items contained in it
 

RETURN ARGUMENT

void

 

CATEGORIES

client interface

 

FILES

implementation:
CollView.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:30 GMT, March 30, 2022